/** fonts.css */

a {
    color: #5a5a5a;
    text-decoration: none;
}
a:focus, a:hover, a.selected {
    color: #6C9E00;
    text-decoration: none;
}
a.disabled {
    opacity: .5;
    pointer-events: none;
}

.no-border {
    border: none !important;
}
.dark-green,.positive {
    color: #00a565 !important;
}
.blue, .neutral {
    color: #3bafda !important;
}
.orange, .negative {
    color: #ff724a !important;
}
.right {
    float: right !important;
}
.left {
    float: left;
}
.text-center {
    text-align: center;
}
